home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / jaeger / jaeger.exe / {app} / www / css / style.css
Cascading Style Sheet File  |  2004-04-14  |  4KB  |  305 lines

  1. BODY {
  2.     background: #FFFFFF;
  3.     margin: 0px;
  4.     padding: 0px;
  5.     font-family: Georgia, serif;
  6.     font-size: 13px;
  7.     height: 100%;
  8.  
  9.     background-image: url("/images/blogmatrixlogo.gif");
  10.     background-repeat: no-repeat;
  11.     background-position: 0 0;
  12. }
  13.  
  14. TABLE TD {
  15.     margin: 0px;
  16.     padding: 0px;
  17.     border: 0px;
  18.     font-size: 11px;
  19. }
  20.  
  21. P, BLOCKQUOTE {
  22.     line-height: 130%;
  23. }
  24.  
  25. UL, OL {
  26.     line-height: 130%;
  27. }
  28.  
  29. A {
  30.     color: #BB5555;
  31.     text-decoration: none;
  32. }
  33.  
  34. a:link,a:visited{color:#993300}
  35.  
  36. A:hover, a:active {
  37.     color: #993333;
  38.     text-decoration: underline;
  39. }
  40.  
  41. SUP {
  42.     font-family: Verdana, sans-serif;
  43.     font-size: xx-small;
  44.     line-height: 100%;
  45. }
  46.  
  47.  
  48. /* HEADER */
  49.  
  50. .shadow1 {
  51.     background-color: #999999;
  52.     border-bottom: 1px solid #BBBBBB;
  53.     height:1px;
  54.     font-size: 1px;
  55.     width: 100%;
  56. }
  57.  
  58. .shadow2 {
  59.     background-color: #DDDDDD;
  60.     height:1px;
  61.     font-size: 1px;
  62.     width: 100%;
  63. }
  64.  
  65. .header {
  66.     background: #FF2A00;
  67.     border-bottom: 1px solid #333333;
  68.     padding: 3px 10px 3px 10px;
  69. }
  70.  
  71. .framework {
  72.     width: 100%;
  73. }
  74.  
  75. .head {
  76.     color: #FFFFFF;
  77.     font-family: Verdana, sans-serif;
  78.     font-weight: bold;
  79.     font-size: 12px;
  80.     text-align: right;
  81. }
  82.  
  83.  
  84. /* FOOTER */
  85.  
  86. .footer {
  87.     background: #5588BB;
  88.     color: #225588;
  89.     border-top: 1px solid #333333;
  90.     font-family: Verdana, sans-serif;
  91.     font-size: 11px;
  92.     padding-top: 3px;
  93.     padding-bottom: 7px;
  94.     padding-left: 70px;
  95. }
  96.  
  97. .footertext {
  98.     color: #666666;
  99.     font-family: Verdana, sans-serif;
  100.     font-size: 12px;
  101. }
  102.  
  103.  
  104. /* CONTENT */
  105.  
  106. H1 {
  107.     color: #555555;
  108.     font-family: Trebuchet MS, sans-serif;
  109.     font-size: 31px;
  110.     font-weight: 600;
  111.     margin-bottom: 0px;
  112. }
  113.  
  114. H2 {
  115.     color: #333333;
  116.     font-family: Trebuchet MS, sans-serif;
  117.     font-size: 20px;
  118.     font-weight: normal;
  119.     margin-bottom: 0px;
  120. }
  121.  
  122. H3 {
  123.     color: #FF2A00;
  124.     font-family: Trebuchet MS, sans-serif;
  125.     font-size: 18px;
  126.     font-weight: normal;
  127.     margin-bottom: 0px;
  128.     margin-top: 15px;
  129.     padding-bottom: 5px;
  130. }
  131.  
  132. H4 {
  133.     color: #FF2A00;
  134.     font-family: Georgia, serif;
  135.     font-size: 16px;
  136.     font-weight: normal;
  137.     margin-bottom: 0px;
  138.     margin-top: 15px;
  139.     padding-bottom: 5px;
  140. }
  141.  
  142. .breadcrumb2 {
  143.     color: #999999;
  144.     font-family: Verdana, sans-serif;
  145.     font-size: 12px;
  146. }
  147.  
  148. .breadcrumb {
  149.     color: #999999;
  150.     font-family: Verdana, sans-serif;
  151.     font-size: 12px;
  152.     padding-top: 26px;
  153.     padding-bottom: 0px;
  154.     padding-left: 70px;
  155.     padding-right: 50px;
  156. }
  157.  
  158. .content {
  159.     padding-top: 38px;
  160.     padding-bottom: 20px;
  161.     padding-left: 70px;
  162.     padding-right: 100px;
  163. }
  164.  
  165. .jaeger, weblog{color: #FF2A00}
  166.  
  167. .uiitem {
  168.     color: #333333;
  169.     font-family: Verdana, sans-serif;
  170.     font-size: 12px;
  171.     font-weight: 700;
  172. }
  173.  
  174. .first {
  175.     margin-top: 0px;
  176. }
  177.  
  178. div.blog > p:first-child {
  179.     margin-top: -10px;
  180. }
  181.  
  182.  
  183. .controls, .controls-under {
  184.     font-family: Verdana, sans-serif;
  185.     font-size: 12px;
  186.     float: right;
  187.     vertical-align: top;
  188.     font-variant: small-caps;
  189. }
  190. .controls {
  191.     margin-top: -1.2em;
  192. }
  193. .controls-under {
  194.     margin-top: -2.2em;
  195. }
  196.  
  197. .address {
  198.     margin: 0px;
  199.     left: 10px;
  200.     padding: 0px;
  201.     border: 0px;
  202.     font-size: 11px;
  203. }
  204.  
  205. .deck {
  206.     color: #333333;
  207.     font-family: Georgia, serif;
  208.     font-style: italic;
  209.     font-size: 16px;
  210.     margin-top: 3px;
  211. }
  212.  
  213.  
  214. .footline {
  215.     font-family: Verdana, sans-serif;
  216.     font-style: italic;
  217.     margin-top: 16px;
  218. }
  219.  
  220. .subsection {
  221.     color: #666666;
  222.     font-family: Verdana, sans-serif;
  223.     font-size: 12px;
  224.     letter-spacing: 2px;
  225.     margin-top: 30px;
  226.     margin-bottom: 5px;
  227.     text-transform: uppercase;
  228. }
  229.  
  230. .pullquote {
  231.     background-color: #DDEEFF;
  232.     color: #333333;
  233.     border-top: 1px dotted #999999;
  234.     border-bottom: 1px dotted #999999;
  235.     font-family: Georgia, serif;
  236.     font-style: italic;
  237.     font-size: 14px;
  238.     padding: 10px;
  239.     margin-top: 10px;
  240.     margin-bottom: 10px;
  241.     margin-left: 10px;
  242.     width: 35%;
  243.     float: right;
  244. }
  245.  
  246. .smallcaps {
  247.     font-variant: small-caps;
  248. }
  249.  
  250.  
  251. /* TABLES */
  252.  
  253. .caption {
  254.     color: #666666;
  255.     font-family: Verdana, sans-serif;
  256.     font-size: 11px;
  257.     line-height: 120%;
  258. }
  259.  
  260. .captiontitle {
  261.     color: #333333;
  262.     font-family: Verdana, sans-serif;
  263.     font-size: 12px;
  264.     font-weight: bold;
  265.     line-height: 120%;
  266. }
  267.  
  268.  
  269. /* RULES */
  270.  
  271. .rule {
  272.     border-top: 1px dotted #666666;
  273.     width: 100%;
  274.     height: 1px;
  275.     font-size:1px;
  276.     line-height:1px;
  277.     padding: 0px;
  278.     margin-top: 15px;
  279.     margin-bottom: 5px;
  280. }
  281. .rule2 {
  282.     border-top: 1px solid #666666;
  283.     width: 50%;
  284.     height: 1px;
  285.     font-size:1px;
  286.     line-height:1px;
  287.     padding: 0px;
  288.     margin:15px 0px 5px 0px;
  289. }
  290.  
  291. /* Blog stuff */
  292. .byline {
  293.     font-family: Verdana, sans-serif;
  294.     font-size: 12px;
  295.     margin-top: 35px;
  296.     color: #666666;
  297.     xfont-variant: small-caps;
  298. }
  299.  
  300. .dateline {
  301.     xcolor: #666666;
  302.     font-size: 12px;
  303.     font-family: Verdana, sans-serif;
  304. }
  305.